HTPA 热红外测温模组(modules.htpa)

海曼 HTPA 32x32 热红外测问模组

1. 构造方法 htpa(i2c, scl_pin, sda_pin, i2c_freq)

创建一个实例

1.1. 参数

  • i2c: I2C编号, 比如I2C.I2C0,取值 [0, 2] (见machine.I2C)
  • scl_pin: I2C SCL 引脚
  • sda_pin: I2C SDA 引脚
  • i2c_freq: I2C 时钟频率

1.2. 返回值

htpa 对象

2. 实例方法 temperature()

获取传感器温度值,只能被实例调用

2.1. 返回值

数组,长度为传感器的宽度x高度,比如32x32

3. 实例方法 width()

获取传感器分辨率宽度,只能被实例调用

3.1. 返回值

整数,宽度

4. 实例方法 height()

获取传感器分辨率宽度,只能被实例调用

5. 例子

heimann_HTPA_32x32

powered by GitbookFile Modify: 2020-08-21 09:54:32

results matching ""

    No results matching ""